home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / warpfont.zip / DOSFONT.TXT < prev    next >
Text File  |  1995-03-07  |  4KB  |  100 lines

  1. Give your VGA and EGA screens a sharper look in (native) DOS text mode.
  2.  
  3. VGATHIN.CPI replaces the standard VGA (or EGA) screen font in DOS
  4. with better looking characters. Any DOS program that uses standard
  5. (80x25) text mode will appear in the new, super-sharp font.
  6.  
  7.     For PC- or MS-DOS (versions 5 & 6) only!  Do NOT use
  8.     VGATHIN.CPI with OS/2, instead, use OS2THIN.DCP for
  9.     OS/2 and OS/2 DOS sessions (see OS2FONT.TXT).
  10.  
  11.     Please direct suggestions or comments to Michael Kilby,
  12.     Internet: Michael.Kilby@f347.n109.z1.fidonet.org
  13.     FidoNet: Michael Kilby, 1:109/347
  14.     The OS/2 Shareware BBS (local message area) - 703-385-4325
  15.  
  16.  
  17. Installation - for PC- & MS- DOS (versions 5 & 6) only!
  18.  
  19. 1) Copy the VGATHIN.CPI file to your DOS directory, or
  20.     wherever your DOS *.CPI files reside.  You may need to
  21.     modify the path (C:\DOS\) in some of the lines below.
  22.  
  23. 2) Add the following lines to your DOS CONFIG.SYS:
  24.  
  25.         DEVICE=C:\DOS\DISPLAY.SYS CON=(EGA,437,1)
  26.         COUNTRY=001,437,C:\DOS\COUNTRY.SYS
  27.         INSTALL=C:\DOS\NLSFUNC.EXE
  28.  
  29. 3) Add the following lines to your DOS AUTOEXEC.BAT:
  30.  
  31.         C:\DOS\MODE CON CP PREP=((437) C:\DOS\VGATHIN.CPI)
  32.         CHCP 437
  33.         C:\DOS\MODE CO80
  34.  
  35. 4) Reboot your system. Once the new font is loaded, view the CHARS.TXT
  36.     file to see the characters in the new active font. NOTE: a few control
  37.     characters are omitted from CHARS.TXT (tab, return, Ctrl-Z, etc.);
  38.     however, VGATHIN.CPI redefines ALL 256 characters.
  39.  
  40. 5) If you wish, you can now switch between the various screen fonts.
  41.     I have included several batch files to demonstrate how to do this.
  42.     Try the commands NEW437, OLD437, NEW850, and OLD850
  43.  
  44.  
  45. Some notes about VGATHIN.CPI -
  46.  
  47. 1) These fonts are for text mode only. Switching to graphics mode, or even
  48.     to a non-standard text mode screen (for instance, 132x25) will inhibit
  49.     the font. It will still be active when you return to 80x25 mode. I have
  50.     tested it under WordPerfect, Norton Utilities, the DOS Shell (5 & 6),
  51.     (etc.); but it should work for any DOS text mode application.
  52.  
  53. 2) The example lines assume a U.S. user and the standard code page (437).
  54.     The standard US code page (437) and the most common international code
  55.     page (850) are the only ones redefined in VGATHIN.CPI.  Other code
  56.     pages may be added if interest warrants.  Users wishing to select a
  57.     different country or the international code page (850) will need to make
  58.     appropriate changes in the lines added to AUTOEXEC.BAT & CONFIG.SYS.
  59.  
  60. 3) Using the .CPI file requires 11 KB of memory.  If you have an EMS memory
  61.     manager (EMM386, QEMM, etc.) you can use DEVICEHIGH and LOADHIGH; this
  62.     will reduce conventional memory usage to zero.
  63.  
  64. 4) This is for native DOS only - it has been tested under
  65.     versions 5.0 and 6.0 (users with earlier versions should
  66.     upgrade to IBM PC-DOS 6.3 or MS-DOS 5.0).
  67.  
  68.  
  69. NOTE:  This VGATHIN.CPI file is distributed as a shareware
  70. modification to the standard MS-DOS EGA.CPI file.  The author
  71. retains copyright to the new, modified fonts, but you are free to
  72. use them for your own personal use.  However, you may not include
  73. these fonts in any commercial product (or shareware) without first
  74. contacting the author and arranging for licensing.
  75.  
  76. The author assumes no liability for problems associated with
  77. using this .CPI file. It has been thoroughly tested, but any
  78. problems you may encounter are your responsibility.
  79.  
  80. Files included:
  81.  
  82.     VGATHIN.CPI - Modified EGA/VGA screen font for code pages 437 & 850
  83.     CHARS.TXT   - ASCII table to view the character set (any code page)
  84.     NEW437.BAT  - Switch to the new (thin) standard font
  85.     NEW850.BAT  - Switch to the new (thin) international font
  86.     OLD437.BAT  - Switch to the old (thick) standard font
  87.     OLD850.BAT  - Switch to the old (thick) international font
  88.     DOSFONT.TXT - This file
  89.  
  90.     OS2THIN.DCP - Modified screen fonts for OS/2 Warp 3.0 (or OS/2 2.1)
  91.     OS2FONT.TXT - How to use OS2THIN.DCP for OS/2 and
  92.                   for DOS sessions running under OS/2
  93.  
  94. OS/2 and PC-DOS are trademarks of IBM.
  95. QEMM is a trademark of QuarterDeck, Inc.
  96. WordPerfect is a trademark of WordPerfect Corp.
  97. Norton Utilities is a trademark of Symantec.
  98. MS-DOS is a trademark of Microsoft Corporation.
  99.  
  100.